home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
SHELLS
/
SZ2
/
ADEMO3.DEF
< prev
next >
Wrap
Text File
|
1992-08-31
|
819b
|
23 lines
.TUTORIAL - Using the [ EXTERNAL ] symbol, "%%"
How to "reserve" an event name with a symbol.
As your application "evolves", you will probably move code into units
and/or independent objects. To signal SHAZAM that a dummy routine
need not be created, keywords or keyword-symbols are used.
The "hdOpen" routine has been moved to the *.INC file and the *.EVT
has been eliminated. We use the "%%" symbol to signal that the
routine exists, so a "dummy routine" is not created.
@PA - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ UNIT ]
General /r @@ Use & register
[ SUBMENU ] File ;;file management
%%Open ;;open a file @@ *.INC file
Save ;;save current window @@ EDITORS.PAS internal